1# EditorConfig is awesome: https://EditorConfig.org
2
3# top-most EditorConfig file
4root = true
5
6[*.java]
7indent_style = tab
8indent_size = 4
9
10