1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-26 04:00:43 +03:00
inform7/.editorconfig

24 lines
387 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
[*.{i6t,neptune,w}]
indent_style = tab
[*.json]
indent_style = space
indent_size = 4
[inform7/Tests/Test Cases/*.txt]
indent_style = tab
[resources/Documentation/**.txt]
indent_style = tab