# http://editorconfig.org root = true [*] end_of_line = lf insert_final_newline = true indent_style = space indent_size = 2 [*.{m,h,swift,plist}] indent_size=4 # [Makefile] # [*.py] # [lib/**.js] # [*.{js,py}] # [{package.json,.travis.yml}]