Dalamud/.editorconfig
2019-09-21 22:29:38 +09:00

12 lines
168 B
INI

# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
# 4 space indentation
indent_style = space
indent_size = 4