Files
oam/.editorconfig
2023-12-26 12:01:58 +01:00

29 lines
405 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[.vscode/*.json]
insert_final_newline = false
[*.{ba,,z}sh]
indent_style = tab
indent_size = 4
[*.json]
indent_size = 4
[*.lsrules]
indent_size = 4
[*.py]
indent_size = 4