# editorconfig.org root = true [*] indent_style = tab end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true [*.{md,txt}] trim_trailing_whitespace = false indent_style = space [*.{js,jsx,json,ts,tsx,css,scss,less,rs,toml,yml,fish}] indent_style = space indent_size = 2 [.{babel,prettier,eslint,stylelint,postcss,firebase}rc] indent_style = space indent_size = 2 [*.{coffee,sass,styl,rb,py}] indent_style = space indent_size = 4