diff options
author | Jose Luis Duran <jlduran@users.noreply.github.com> | 2015-05-22 10:30:23 -0300 |
---|---|---|
committer | Jose Luis Duran <jlduran@users.noreply.github.com> | 2015-05-22 10:30:23 -0300 |
commit | ddb753dbe6f4508157545fd41a6d839ee4dfde1e (patch) | |
tree | 0ef18a065ecb2824b7a209343a2bb63e946365c6 /.editorconfig | |
parent | 2e98fc4cf4a28bdf47c06bfe2e3cea26da602d31 (diff) | |
download | pfsense-ddb753dbe6f4508157545fd41a6d839ee4dfde1e.zip pfsense-ddb753dbe6f4508157545fd41a6d839ee4dfde1e.tar.gz |
Add .inc files to editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 0bb0751..50b44bb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,7 @@ root = true -[*.php] +[*.{inc,php}] indent_style = tab tab_width = 8 end_of_line = lf |