summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 531465e1356cc17f79fe704bbf741f25bc330d04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file helps editors auto-configure whitespace settings.
#
# See here for more information about the format and editor support:
#
#   https://editorconfig.org/

root = true

[*]
end_of_line = lf
insert_final_newline = true
tab_width = 8

# Shell
[*.{sh,conf}]
indent_style = tab
indent_size = 4