Skip to content

Commit

Permalink
[TASK] Set editor config of json files to use spaces as indenting #34
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenWouters committed May 26, 2021
1 parent e2d8d0e commit ba76ce3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 29 deletions.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ indent_size = 2

# JSON-Files
[*.json]
indent_style = tab
indent_style = space
indent_size = 2

# ReST-Files
[*.rst]
Expand Down
56 changes: 28 additions & 28 deletions Build/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "friendsoftypo3_widgets",
"description": "Dashboard Widgets for TYPO3",
"repository": "https://github.com/FriendsOfTYPO3/widgets.git",
"readme": "../README.md",
"author": "Koen Wouters",
"main": "Gruntfile.js",
"version": "1.0.0-dev",
"license": "GPL-2.0+",
"engines": {
"node": ">=12.0.0 <13.0.0",
"yarn": "^1.10.0"
},
"devDependencies": {
"autoprefixer": "^9.5.1",
"grunt": "^1.3.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.0.2",
"grunt-sass-globbing": "^1.5.1",
"grunt-sass-lint": "^0.2.4",
"jit-grunt": "^0.10.0",
"node-sass": "^4.12.0"
},
"scripts": {
"lint": "./node_modules/.bin/grunt lint",
"build": "./node_modules/.bin/grunt build"
}
"name": "friendsoftypo3_widgets",
"description": "Dashboard Widgets for TYPO3",
"repository": "https://github.com/FriendsOfTYPO3/widgets.git",
"readme": "../README.md",
"author": "Koen Wouters",
"main": "Gruntfile.js",
"version": "1.0.0-dev",
"license": "GPL-2.0+",
"engines": {
"node": ">=12.0.0 <13.0.0",
"yarn": "^1.10.0"
},
"devDependencies": {
"autoprefixer": "^9.5.1",
"grunt": "^1.3.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.0.2",
"grunt-sass-globbing": "^1.5.1",
"grunt-sass-lint": "^0.2.4",
"jit-grunt": "^0.10.0",
"node-sass": "^4.12.0"
},
"scripts": {
"lint": "./node_modules/.bin/grunt lint",
"build": "./node_modules/.bin/grunt build"
}
}

0 comments on commit ba76ce3

Please sign in to comment.