Install calibre and stellarium
[wynter-salt-workstation.git] / .editorconfig
blobdfdb254169fe2276dcf8e79221f9a562927bd6da
1 # EditorConfig - http://EditorConfig.org
2 root = true
4 [*]
5 end_of_line = lf
6 trim_trailing_whitespace = true
7 insert_final_newline = true
8 charset = utf-8
10 # 4 space indentation
11 [*.py]
12 indent_style = space
13 indent_size = 4
15 # 2 space indentation
16 [*.{sls,jinja,json,yml}]
17 indent_style = space
18 indent_size = 2
20 # Tab indentation (no size specified)
21 [Makefile]
22 indent_style = tab