github.com/technosophos/deis@v1.7.1-0.20150915173815-f9005256004b/.editorconfig (about) 1 # EditorConfig is awesome: http://EditorConfig.org 2 3 root = true 4 5 [*] 6 end_of_line = lf 7 charset = utf-8 8 trim_trailing_whitespace = true 9 insert_final_newline = true 10 indent_style = space 11 indent_size = 4 12 13 [Makefile] 14 indent_style = tab 15 16 [*.go] 17 indent_style = tab