Skip to content

super-fe/superfe-npm-editorconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

superfe-npm-editorconfig

EditorConfig for super-fe npm projects. See http://editorconfig.org/ for more details.

root = true

[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true


[{package.json,*.yml}]
indent_size = 2

[*.md]
trim_trailing_whitespace = false

license

BSD-2 Clause