1
0
mirror of synced 2025-12-19 17:17:05 -05:00

repo config

This commit is contained in:
Kristoffer Lind
2018-11-07 08:37:48 +01:00
parent b841a07d0e
commit 3c495f6bb8
5 changed files with 33 additions and 17 deletions

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

28
.gitattributes vendored
View File

@@ -1,17 +1,11 @@
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
* text=auto
.* text eol=lf
*.css text eol=lf
*.scss text eol=lf
*.html text eol=lf
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.sh text eol=lf
*.txt text eol=lf
*.svg text eol=lf

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
node_modules/
build/

1
.npmrc Normal file
View File

@@ -0,0 +1 @@
save-exact=true

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "qlik-network-chart",
"version": "0.0.1",
"description": "Network chart",
"keywords": "network chart qliksense extension",
"repository": "https://github.com/qlik-oss/network-vis-chart",
"author": "Michael Laenen (miclae76) <m.laenen@contactoffice.net>",
"license": "MIT"
}