1
0
Fork 0

enforced Unix-style newlines in .editorconfig

This commit is contained in:
sspanak 2025-04-26 14:19:50 +03:00 committed by Dimo Karaivanov
parent bfcc8cb306
commit 819bb9f142

View file

@ -1,6 +1,9 @@
# Editor configuration, see https://editorconfig.org
root = true
[*]
end_of_line = lf
[*.{gradle,java,properties,xml}]
charset = utf-8
indent_style = tab