Skip to content

Recommended .editorconfig settings for somehow.digital projects.

Notifications You must be signed in to change notification settings

somehow-digital/editor-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

.editorconfig

Recommended .editorconfig settings for somehow.digital projects.


root = true

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

[*.md]
indent_size = 2
indent_style = space
trim_trailing_whitespace = false

[*.{yaml,yml}]
indent_size = 2
indent_style = space

About

Recommended .editorconfig settings for somehow.digital projects.

Topics

Resources

Stars

Watchers

Forks