TechReborn/.editorconfig
Foo 43c0fa9e89
Fix spelling, grammar, javadocs, and similar issues (#2784)
* fix naming in ModelSantaHat.java

* Fix grammar, spelling, and javadocs in RebornCore

* Fix spelling error in datagen

* fix missed variable name

* fix grammar, spelling, and javadoc errors

* fix grammar and spelling errors in project files

* specify indent_size in .editorconfig
2022-02-06 13:14:56 +00:00

15 lines
152 B
INI

root = true
[*]
charset = utf-8
tab_width = 4
indent_size = 4
[*.java]
indent_style = tab
[*.json]
indent_style = tab
[*.groovy]
indent_style = tab