Skip to content

Commit a0b9e71

Browse files
committed
.editorconfig file added
1 parent f1e55f2 commit a0b9e71

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This file is for unifying the coding style for different editors and IDEs
2+
# editorconfig.org
3+
4+
root = true
5+
6+
[*]
7+
charset = utf-8
8+
end_of_line = lf
9+
indent_size = 4
10+
indent_style = space
11+
insert_final_newline = true
12+
trim_trailing_whitespace = true

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "JsonQuery",
3-
"version": "1.0.0",
4-
"description": "A simple Javascript Library to Query over Json Data",
5-
"main": "index.js",
6-
"author": "me-shaon",
7-
"license": "MIT"
2+
"name": "JsonQuery",
3+
"version": "1.0.0",
4+
"description": "A simple Javascript Library to Query over Json Data",
5+
"main": "index.js",
6+
"author": "me-shaon",
7+
"license": "CC0 1.0 Universal"
88
}

0 commit comments

Comments
 (0)