about summary refs log tree commit diff
path: root/.editorconfig
blob: a4e6da6d8b1ef8f8796d1c6df999f715b505a331 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
root = true

[*.fnl]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[*.lua]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[*.md]
indent_style = space
indent_size = 4
max_line_length = 80
trim_trailing_whitespace = false