| 1234567891011121314151617181920212223242526 | # top-most EditorConfig fileroot = true# Unix-style newlines with a newline ending every file[*]end_of_line = lfinsert_final_newline = trueindent_style = spaceindent_size = 2trim_trailing_whitespace = true# Set default charset[*.{js,py,go,scala,rb,java,html,css,less,sass,md}]charset = utf-8# Tab indentation (no size specified)[*.go]indent_style = tab[*.md]trim_trailing_whitespace = false# Matches the exact files either package.json or .travis.yml[{package.json,.travis.yml}]indent_style = spaceindent_size = 2
 |