# http://editorconfig.org root = true [*] indent_style = space indent_size = 4 tab_width = 4 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true [*.{yaml,yml,less}] indent_size = 2 [*.md] indent_size = 2 # Makefiles always use tabs for indentation [Makefile] indent_style = tab [*.bat] indent_style = tab [{Dockerfile,*.dockerfile}] indent_style = space indent_size = 4