1 ; EditorConfig is awesome: http://EditorConfig.org
3 ; top-most EditorConfig file
9 insert_final_newline = false
13 trim_trailing_whitespace = true
15 ; The default indent on package.json is 2 spaces, better to keep it so we can
16 ; use `npm install --save` and other features that rewrites the package.json