Assist_Design/.editorconfig
T. Narantuya 0c912fc04f clean up
2025-08-22 17:02:49 +09:00

14 lines
258 B
INI

# EditorConfig helps maintain consistent coding styles across editors
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false