summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 65d0c5197206f3ce2830f58d7752dd4dca61ed99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
root = true

[*]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 80

[*.md]
trim_trailing_whitespace = false

[*.{yaml,yml}]
indent_size = 2