16 lines
231 B
INI
16 lines
231 B
INI
|
# EditorConfig file for fsmon
|
||
|
|
||
|
root = true
|
||
|
|
||
|
# Global settings
|
||
|
[*]
|
||
|
charset = utf-8
|
||
|
end_of_line = lf
|
||
|
insert_final_newline = true
|
||
|
trim_trailing_whitespace = true
|
||
|
|
||
|
# Python-specific settings
|
||
|
[*.py]
|
||
|
indent_style = space
|
||
|
indent_size = 4
|