mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 08:39:11 +00:00
e9c33534a6
Add rules for enforcing tabs in Java, and spaces in Ruby. Add a rule to make sure trailing whitespace is trimmed and that no new final newline is inserted.
16 lines
107 B
Plaintext
16 lines
107 B
Plaintext
.*
|
|
|
|
!.gitignore
|
|
!.rubocop.yml
|
|
!.editorconfig
|
|
|
|
*~
|
|
*.class
|
|
*.iml
|
|
|
|
/data/fs
|
|
/data/savedGames
|
|
/lib/
|
|
*/target/
|
|
|