fsmon/.editorconfig

16 lines
231 B
INI
Raw Normal View History

2024-12-28 15:55:21 +01:00
# 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