enforced Unix-style newlines in .editorconfig
This commit is contained in:
parent
bfcc8cb306
commit
819bb9f142
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
# Editor configuration, see https://editorconfig.org
|
# Editor configuration, see https://editorconfig.org
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
|
||||||
[*.{gradle,java,properties,xml}]
|
[*.{gradle,java,properties,xml}]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue