.editorconfig
# EditorConfig is awesome: http://EditorConfig.org # top-most EditorConfig fileroot = true # Unix-style newlines with a newline ending every file[*]end_of_line = lfinsert_final_newline = true # Set default charset[*.{js,jsx}]charset = utf-8 [*.scss]trim_trailing_whitespace = true