repo.or.cz
/
wynter-salt-workstation.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix whitespace issue
[wynter-salt-workstation.git]
/
.editorconfig
blob
dfdb254169fe2276dcf8e79221f9a562927bd6da
1
# EditorConfig - http://EditorConfig.org
2
root = true
3
4
[*]
5
end_of_line = lf
6
trim_trailing_whitespace = true
7
insert_final_newline = true
8
charset = utf-8
9
10
# 4 space indentation
11
[*.py]
12
indent_style = space
13
indent_size = 4
14
15
# 2 space indentation
16
[*.{sls,jinja,json,yml}]
17
indent_style = space
18
indent_size = 2
19
20
# Tab indentation (no size specified)
21
[Makefile]
22
indent_style = tab