# # .editorconfig # # http://editorconfig.org # # The EditorConfig project consists of a file format for defining coding styles # and a collection of text editor plugins that enable editors to read the file # format and adhere to defined styles. # # top-most EditorConfig file root = true # Unix-style newlines with a newline ending every file [*] end_of_line = lf insert_final_newline = true indent_style = space indent_size = 4 # .md specific rules [*.md] indent_style = tab # package.json/bower.json specific rules [{package.json, bower.json}] indent_size = 2