aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: f3ab3426e22620ee4d7c909b6e65a80bf2a4310d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# PF4J code formatting styles
# Checkout http://editorconfig.org/ for more information and how to use it

root = true

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

#[{*.java,*.xml,*.js,*.css]
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false