Skip to content

Commit

Permalink
s/tab/space{2}
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Mar 9, 2023
1 parent b0f8ed4 commit 7f32de1
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 48 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"plugins": [
{
"name": "<%= formattedNames.plugin.spacedOut %>",
"className": "<%= formattedNames.plugin.pascalCase %>",
"description": "Adds text to the editor.",
"path": "src/<%= formattedNames.plugin.lowerCaseMerged %>.<%= programmingLanguage %>",
"uiComponents": [
{
"name": "<%= formattedNames.plugin.camelCase %>Button",
"type": "Button",
"iconPath": "theme/icons/ckeditor.svg"
}
]
}
]
"plugins": [
{
"name": "<%= formattedNames.plugin.spacedOut %>",
"className": "<%= formattedNames.plugin.pascalCase %>",
"description": "Adds text to the editor.",
"path": "src/<%= formattedNames.plugin.lowerCaseMerged %>.<%= programmingLanguage %>",
"uiComponents": [
{
"name": "<%= formattedNames.plugin.camelCase %>Button",
"type": "Button",
"iconPath": "theme/icons/ckeditor.svg"
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"<%= formattedNames.plugin.spacedOut %>": "Content for a tooltip is displayed when a user hovers the CKEditor 5 icon."
"<%= formattedNames.plugin.spacedOut %>": "Content for a tooltip is displayed when a user hovers the CKEditor 5 icon."
}
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"compilerOptions": {
"lib": [
"DOM"
],
"noImplicitAny": true,
"noImplicitOverride": true,
"strict": true,
"module": "es6",
"target": "es2020",
"sourceMap": true,
"allowJs": true,
"moduleResolution": "node",
"typeRoots": [
"typings",
"node_modules/@types"
]
},
"include": [
"./sample",
"./src",
"./tests",
"./typings"
]
"compilerOptions": {
"lib": [
"DOM"
],
"noImplicitAny": true,
"noImplicitOverride": true,
"strict": true,
"module": "es6",
"target": "es2020",
"sourceMap": true,
"allowJs": true,
"moduleResolution": "node",
"typeRoots": [
"typings",
"node_modules/@types"
]
},
"include": [
"./sample",
"./src",
"./tests",
"./typings"
]
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"sourceMap": false,
"declaration": true
},
"exclude": [
"./tests/",
"./sample/"
]
"extends": "./tsconfig.json",
"compilerOptions": {
"sourceMap": false,
"declaration": true
},
"exclude": [
"./tests/",
"./sample/"
]
}

0 comments on commit 7f32de1

Please sign in to comment.