1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-02 23:14:57 +03:00

Merge pull request #100 from curiousdannii/master-1

Add an EditorConfig file
This commit is contained in:
Graham Nelson 2023-06-12 10:36:09 +01:00 committed by GitHub
commit 6a4eaf6439
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

23
.editorconfig Normal file
View file

@ -0,0 +1,23 @@
# 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,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