Skip to content

Commit

Permalink
Improve config item comments
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
  • Loading branch information
brlin-tw committed Sep 28, 2019
1 parent 359a95c commit dba9626
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions EditorConfig Template.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# This file is based on The Common EditorConfig Template project
# https://github.com/Lin-Buo-Ren/the-common-editorconfig-template
# Public Domain
## This is the top-most EditorConfig file ##
## Indicate that is the top-most EditorConfig file to search for ##
root = true

## Common settings ##
## Common setting for all files not specified ##
[*]
charset = utf-8
end_of_line = lf
Expand All @@ -16,7 +16,7 @@ indent_style = space
trim_trailing_whitespace = true

[*.{md,mkd,mkdn,markdown}]
# Trailing whitespace means manual linebreaks
# Trailing whitespace means manual linebreaks in Markdown thus is not trimmable
trim_trailing_whitespace = false

[*.{yml,yaml}]
Expand Down

0 comments on commit dba9626

Please sign in to comment.