.editorconfig
# Editor config helps developers define and maintain consistent# coding styles between different editors and IDEs# EditorConfig is awesome: http://editorconfig.org # top-most EditorConfig fileroot = true # Unix-style newlines with a newline ending every file[*]end_of_line = lfinsert_final_newline = truecharset = utf-8 # 2 space indentation# Matches multiple files with brace expansion notation[*.{yaml,yml}]indent_style = spaceindent_size = 2 # Tab indentation (no size specified)[Makefile]indent_style = tab # Matches the exact files either howi.yaml or .config.yml[{howi.yaml,.config.yml}]indent_style = spaceindent_size = 2