# http://editorconfig.org/ # This file is a hint to smart editors about how to behave in this project. root = true [*] indent_style = space indent_size = 4 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true [*.html] indent_size = 2 [*.less] indent_size = 2 [*.css] indent_size = 2 [*.scss] indent_size = 2 [*.svg] indent_size = 2 [*.js] indent_size = 2 [.circleci/config.yml] indent_size = 2 [docker-compose.yml] indent_size = 2 [Makefile] indent_style = tab [*.md] trim_trailing_whitespace = false