# -*- coding: utf-8 -*-
#
# Copyright (C) 2025 Graz University of Technology.
#
# invenio-edugain is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.

root = true

[*]
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

# github CI
[.github/workflows/*.yml]
indent_size = 2

# CSS
[*.css]
indent_size = 2

# HTML
[*.html]
indent_size = 2

# JS
[*.js]
indent_size = 2

# LESS
[*.less]
indent_size = 2

# Python files
[*.py]
indent_size = 4

# YAML
[*.{yaml,yml}]
indent_size = 2
