mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Merge pull request #101 from garyttierney/enhancement/dot-editorconfig
Add .editorconfig file to override IDE defaults
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = false
|
||||
|
||||
[*.java]
|
||||
indent_style=tab
|
||||
tab_width=4
|
||||
|
||||
[*.rb]
|
||||
indent_style=space
|
||||
indent_size=2
|
||||
+4
-1
@@ -1,7 +1,9 @@
|
||||
.*
|
||||
|
||||
!.gitignore
|
||||
!.rubocop.yml
|
||||
!.editorconfig
|
||||
|
||||
.*
|
||||
*~
|
||||
*.class
|
||||
*.iml
|
||||
@@ -10,3 +12,4 @@
|
||||
/data/savedGames
|
||||
/lib/
|
||||
*/target/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user