mirror of
https://github.com/mrclay/minify.git
synced 2025-01-29 11:18:30 +01:00
Created .editorconfig
This commit is contained in:
parent
9231aed49f
commit
b018c834da
13
.editorconfig
Normal file
13
.editorconfig
Normal file
@ -0,0 +1,13 @@
|
||||
# top-most EditorConfig file
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
|
||||
; temporary
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.php]
|
||||
indent_style = space
|
||||
indent_size = 4
|
Loading…
x
Reference in New Issue
Block a user