1
0
mirror of https://github.com/stisla/stisla.git synced 2025-08-29 19:09:54 +02:00

added the .editorconfig file

This commit is contained in:
Muhamad Nauval Azhar
2019-02-11 19:12:10 +07:00
parent 49c96ff340
commit ec68c62cb1
2 changed files with 16 additions and 5 deletions

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{html,css,scss,js,json}]
indent_style = space
indent_size = 2

View File

@@ -1,10 +1,10 @@
{ {
"name": "4.Stisla", "name": "Stisla",
"version": "1.0.0", "version": "2.2.0",
"description": "Stisla : Free Bootstrap Admin Template", "description": "Free Bootstrap Admin Template",
"main": "index.js", "main": "index.js",
"repository": "https://github.com/iqbalaqaba/stisla.git", "repository": "https://github.com/stisla/stisla",
"author": "Iqbal <hello@iqbaldesignui.com>", "author": "Stisla Team <nauvalazhar2@gmail.com> (https://getstisla.com)",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"bootstrap": "^4.2.1", "bootstrap": "^4.2.1",