mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-16 16:14:43 -04:00
Change indentation for json files to 4 spaces and reformat json files
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
8377722e1a
commit
66258ca615
4 changed files with 32 additions and 32 deletions
|
@ -391,7 +391,7 @@ ij_javascript_while_on_new_line = false
|
||||||
ij_javascript_wrap_comments = false
|
ij_javascript_wrap_comments = false
|
||||||
|
|
||||||
[{*.har,*.jsb2,*.jsb3,*.json,.babelrc,.eslintrc,.prettierrc,.stylelintrc,bowerrc,jest.config}]
|
[{*.har,*.jsb2,*.jsb3,*.json,.babelrc,.eslintrc,.prettierrc,.stylelintrc,bowerrc,jest.config}]
|
||||||
indent_size = 2
|
indent_size = 4
|
||||||
ij_json_keep_blank_lines_in_code = 0
|
ij_json_keep_blank_lines_in_code = 0
|
||||||
ij_json_keep_indents_on_empty_lines = false
|
ij_json_keep_indents_on_empty_lines = false
|
||||||
ij_json_keep_line_breaks = true
|
ij_json_keep_line_breaks = true
|
||||||
|
|
|
@ -182,7 +182,7 @@
|
||||||
"signIn": "لِج",
|
"signIn": "لِج",
|
||||||
"signOut": "خروج",
|
"signOut": "خروج",
|
||||||
"register": {
|
"register": {
|
||||||
"title": "انشئ حسابا"
|
"title": "انشئ حسابا"
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"error": {}
|
"error": {}
|
||||||
|
|
|
@ -15,34 +15,34 @@
|
||||||
},
|
},
|
||||||
"history": {
|
"history": {
|
||||||
"error": {
|
"error": {
|
||||||
"getHistory": {
|
"getHistory": {
|
||||||
"title": "Load History Error",
|
"title": "Load History Error",
|
||||||
"text": "While trying to load the history form the server an error occurred"
|
"text": "While trying to load the history form the server an error occurred"
|
||||||
},
|
},
|
||||||
"deleteHistory": {
|
"deleteHistory": {
|
||||||
"title": "Delete History Error",
|
"title": "Delete History Error",
|
||||||
"text": "While trying to delete the history on the server an error occurred"
|
"text": "While trying to delete the history on the server an error occurred"
|
||||||
},
|
},
|
||||||
"setHistory": {
|
"setHistory": {
|
||||||
"title": "Upload History Error",
|
"title": "Upload History Error",
|
||||||
"text": "While trying to upload the history to the server an error occurred"
|
"text": "While trying to upload the history to the server an error occurred"
|
||||||
},
|
},
|
||||||
"deleteNote": {
|
"deleteNote": {
|
||||||
"title": "Delete Note Error",
|
"title": "Delete Note Error",
|
||||||
"text": "While trying to delete a note on the server an error occurred"
|
"text": "While trying to delete a note on the server an error occurred"
|
||||||
},
|
},
|
||||||
"updateEntry": {
|
"updateEntry": {
|
||||||
"title": "Update History Entry Error",
|
"title": "Update History Entry Error",
|
||||||
"text": "While trying to update a history entry on the server an error occurred"
|
"text": "While trying to update a history entry on the server an error occurred"
|
||||||
},
|
},
|
||||||
"deleteEntry": {
|
"deleteEntry": {
|
||||||
"title": "Delete History Entry Error",
|
"title": "Delete History Entry Error",
|
||||||
"text": "While trying to delete a history entry on the server an error occurred"
|
"text": "While trying to delete a history entry on the server an error occurred"
|
||||||
},
|
},
|
||||||
"notFoundEntry": {
|
"notFoundEntry": {
|
||||||
"title": "History Entry not found",
|
"title": "History Entry not found",
|
||||||
"text": "We can't find the history entry you requested."
|
"text": "We can't find the history entry you requested."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"noHistory": "No history",
|
"noHistory": "No history",
|
||||||
"localHistory": "Below is history from this browser",
|
"localHistory": "Below is history from this browser",
|
||||||
|
@ -313,7 +313,7 @@
|
||||||
"clickToLoad": "Click to load"
|
"clickToLoad": "Click to load"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"import": "Import",
|
"import": "Import",
|
||||||
"export": "Export",
|
"export": "Export",
|
||||||
"refresh": "Refresh",
|
"refresh": "Refresh",
|
||||||
|
|
|
@ -182,7 +182,7 @@
|
||||||
"signIn": "Entrar",
|
"signIn": "Entrar",
|
||||||
"signOut": "Sair",
|
"signOut": "Sair",
|
||||||
"register": {
|
"register": {
|
||||||
"title": "Register"
|
"title": "Register"
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"error": {}
|
"error": {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue