mirror of https://github.com/OpenVPN/openvpn-gui
Add EditorConfig file
parent
f38441e3bf
commit
133cee76da
|
@ -0,0 +1,17 @@
|
||||||
|
# EditorConfig: http://EditorConfig.org
|
||||||
|
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_size = 4
|
||||||
|
indent_style = space
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.sh]
|
||||||
|
end_of_line = lf
|
||||||
|
|
||||||
|
[*.yml]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[{Makefile,Makefile.*}]
|
||||||
|
indent_style = tab
|
Loading…
Reference in New Issue