Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 611 Bytes

editorconfig.md

File metadata and controls

30 lines (21 loc) · 611 Bytes

Editorconfig

Config

.editorconfig

# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]

# change these settings to your own preference
indent_style = tab

# we recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

# language specific commands
[*.md]
trim_trailing_whitespace = false