github.com/qichengzx/mattermost-server@v4.5.1-0.20180604164826-2c75247c97d0+incompatible/.editorconfig (about) 1 # http://editorconfig.org/ 2 3 root = true 4 5 [*] 6 end_of_line = lf 7 insert_final_newline = true 8 charset = utf-8 9 10 [*.go] 11 indent_style = tab 12 13 [*.{js,jsx,json,html}] 14 indent_style = space 15 indent_size = 4 16 17 [webapp/package.json] 18 indent_size = 2 19 20 [i18n/**.json] 21 indent_size = 2 22 23 [webapp/i18n/**.json] 24 indent_size = 2 25 26 [Makefile] 27 indent_style = tab 28 29 [*.scss] 30 indent_style = space 31 indent_size = 4