; EditorConfig is awesome: http://EditorConfig.org ; top-most EditorConfig file root = true [*] charset = utf-8 trim_trailing_whitespace = true ; Always end file on newline insert_final_newline = true ; Indentation indent_style = space indent_size = 4 tab_width = 4 [Makefile] indent_style = tab ; Indentation for package manager configs used by cli [{bower,package}.json] indent_size = 4