mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-12 08:56:15 +01:00
967e289f91
This causes the 'max line length line' in Android Studio to be at 120 chars, which is the same limit as checkstyle uses.
8 lines
115 B
INI
8 lines
115 B
INI
# Settings in .editorconfig should match checkstyle config
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
max_line_length = 120
|