# EditorConfig file: http://editorconfig.org/ root = true # Default settings for all file types: # + save files in UTF-8 encoding # + use Unix line-endings and a final newline # + remove whitespace at the end of lines [*] charset = utf-8 insert_final_newline = true trim_trailing_whitespace = true indent_style = space # File type specific settings: [*.{js,jsx,json,sh}] indent_size = 2