github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/libs/toopay-bootstrap-markdown/.editorconfig (about) 1 # EditorConfig is awesome: http://EditorConfig.org 2 3 # top-most EditorConfig file 4 root = true 5 6 [*] 7 charset = utf-8 8 indent_style = space 9 indent_size = 2 10 end_of_line = lf 11 trim_trailing_whitespace = true 12 insert_final_newline = true 13 14 [*.md] 15 trim_trailing_whitespace = false