]> source.dussan.org Git - jquery.git/commitdiff
Update .editorconfig with new properties. Close gh-915.
authorSindre Sorhus <sindresorhus@gmail.com>
Tue, 28 Aug 2012 23:14:48 +0000 (01:14 +0200)
committerDave Methvin <dave.methvin@gmail.com>
Mon, 10 Sep 2012 01:19:27 +0000 (21:19 -0400)
See http://editorconfig.org

.editorconfig

index bc55a13a66bb72658afa0a496eb7408805751b15..d06e31850afcd496c0dfdd315dba53b1a6f7eac0 100644 (file)
@@ -1,9 +1,16 @@
-; This file is for unifying the coding style for different editors and IDEs.
-; More information at http://EditorConfig.org
+# This file is for unifying the coding style for different editors and IDEs
+# editorconfig.org
 
 root = true
 
-; All JavaScript files should use tabs unless specified otherwise
+
+[*]
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+# Tabs in JS unless otherwise specified
 [**.js]
 indent_style = tab