main
text 18 lines 240 Bytes
Raw
1 root = true
2
3 [*]
4 charset = utf-8
5 end_of_line = crlf
6 insert_final_newline = true
7 indent_style = space
8 indent_size = 2
9 trim_trailing_whitespace = true
10
11 [*.java]
12 indent_size = 4
13
14 [*.py]
15 indent_size = 4
16
17 [*.md]
18 trim_trailing_whitespace = false