stemount / cloutbot

A useful Discord bot that lets you validate people who help, contribute and thank with a star.
5 stars 2 forks source link

.editorconfig for JetBrains IDEs #14

Open stemount opened 3 years ago

stemount commented 3 years ago

open to changes and amendments

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
curly_bracket_next_line = false
spaces_around_brackets = true

# Let's not break Markdown.
[*.md]
trim_trailing_whitespace = false

# YAML standard is 4 spaces.
[*.yml]
indent_style = space
indent_size = 4