[Pkg-mozext-commits] [greasemonkey] 08/16: Added cues for text editors to set themselves up properly.

David Prévot taffit at moszumanska.debian.org
Thu Jan 30 13:42:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository greasemonkey.

commit e6d2e5eb53d8abc04c3e4f71512bb6e13f1be2d1
Author: Johan Sundström <oyasumi at gmail.com>
Date:   Sat Mar 16 16:49:20 2013 -0700

    Added cues for text editors to set themselves up properly.
---
 .editorconfig | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..68ec4c4
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,15 @@
+; EditorConfig is awesome: http://EditorConfig.org
+
+root = true ; only heed rules in Greasemonkey tree
+
+[*]
+charset = utf-8
+tab_width = 8
+end_of_line = lf
+indent_size = 2
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[LICENSE.mpl]
+indent_size = 5

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git



More information about the Pkg-mozext-commits mailing list