scratch-storage 1.3.5 → 2.0.1

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
@@ -7,7 +7,7 @@ charset = utf-8
7
7
  indent_size = 4
8
8
  trim_trailing_whitespace = true
9
9
 
10
- [*.json]
10
+ [*.json,*.json5]
11
11
  indent_style = space
12
12
  indent_size = 2
13
13
 
package/.gitattributes CHANGED
@@ -12,6 +12,7 @@
12
12
  *.js text eol=lf
13
13
  *.js.map text eol=lf
14
14
  *.json text eol=lf
15
+ *.json5 text eol=lf
15
16
  *.md text eol=lf
16
17
  *.svg text eol=lf
17
18
  *.yml text eol=lf