rogueserver/.editorconfig

13 lines
235 B
INI
Raw Permalink Normal View History

2025-09-26 15:15:14 -05:00
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*.yml]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false