AntennaPod/.editorconfig
mueller-ma 967e289f91
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.
2023-05-05 19:25:54 +02:00

8 lines
115 B
INI

# Settings in .editorconfig should match checkstyle config
root = true
[*]
charset = utf-8
max_line_length = 120