mirror of
https://github.com/ExeVirus/formspec_editor.git
synced 2025-03-14 21:51:24 +00:00
add some configuration files
This commit is contained in:
parent
2db9151099
commit
1f9fc8cb49
2 changed files with 11 additions and 0 deletions
9
.editorconfig
Executable file
9
.editorconfig
Executable file
|
@ -0,0 +1,9 @@
|
|||
[*]
|
||||
end_of_line = lf
|
||||
|
||||
[*.{lua,spec}]
|
||||
charset = utf8
|
||||
indent_size = 4
|
||||
indent_style = tab
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
Loading…
Add table
Reference in a new issue