Files
oam/.editorconfig
2024-04-28 21:07:30 +02:00

36 lines
472 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
tab_width = 4
[*.json]
indent_size = 4
[*.lsrules]
indent_size = 4
[*.py]
indent_size = 4
[*.ts]
indent_size = 4
[Makefile]
indent_style = tab
tab_width = 4