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:
mueller-ma
2023-05-05 19:25:54 +02:00
committed by GitHub
parent 446b938b3a
commit 967e289f91

7
.editorconfig Normal file
View File

@ -0,0 +1,7 @@
# Settings in .editorconfig should match checkstyle config
root = true
[*]
charset = utf-8
max_line_length = 120