Add .editorconfig (#6461)
This causes the 'max line length line' in Android Studio to be at 120 chars, which is the same limit as checkstyle uses.
This commit is contained in:
parent
446b938b3a
commit
967e289f91
|
@ -0,0 +1,7 @@
|
|||
# Settings in .editorconfig should match checkstyle config
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
max_line_length = 120
|
Loading…
Reference in New Issue