aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/.editorconfig
blob: fd8a4017d4aaaa0255a185e1c89a963d3bd5e16a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true

[*.md]
indent_style = space
indent_size = 4

[*.toml]
indent_style = space
indent_size = 4