@sheplu/editorconfig 0.4.1 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.editorconfig CHANGED
@@ -1,8 +1,13 @@
1
1
  root = true
2
2
 
3
3
  [*]
4
+ indent_style = tab
5
+ indent_size = 4
6
+ tab_width = 4
4
7
  end_of_line = lf
5
- insert_final_newline = true
6
- trim_trailing_whitespace = true
7
8
  charset = utf-8
8
- indent_style = tab
9
+ spelling_language = en
10
+ trim_trailing_whitespace = true
11
+ insert_final_newline = true
12
+ quote_type = single
13
+ spaces_around_operators = true
package/README.md CHANGED
@@ -1 +1,3 @@
1
- # editorconfig
1
+ # editorconfig
2
+
3
+ Additional properties https://github.com/editorconfig/editorconfig/wiki/editorconfig-properties
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheplu/editorconfig",
3
- "version": "0.4.1",
3
+ "version": "0.5.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {