summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-05-22 16:51:09 -0300
committerRenato Botelho <garga@FreeBSD.org>2015-05-22 16:51:09 -0300
commitcdeae5766e63f83dc19d1c90ff64e71892a752e2 (patch)
tree0ef18a065ecb2824b7a209343a2bb63e946365c6
parentd105d6f7898a7c3b3962c1ae7d65259f9cc08f00 (diff)
parentddb753dbe6f4508157545fd41a6d839ee4dfde1e (diff)
downloadpfsense-cdeae5766e63f83dc19d1c90ff64e71892a752e2.zip
pfsense-cdeae5766e63f83dc19d1c90ff64e71892a752e2.tar.gz
Merge pull request #1675 from jlduran/editorconfig
-rw-r--r--.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..50b44bb
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+; This file is for unifying the coding style for different editors and IDEs.
+; More information at http://editorconfig.org
+
+root = true
+
+[*.{inc,php}]
+indent_style = tab
+tab_width = 8
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
OpenPOWER on IntegriCloud