mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
29 lines
405 B
INI
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
|