mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-22 07:44:54 +00: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
|
||||
|
||||
[{*.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_indents_on_empty_lines = false
|
||||
ij_json_keep_line_breaks = true
|
||||
|
|
|
@ -182,7 +182,7 @@
|
|||
"signIn": "لِج",
|
||||
"signOut": "خروج",
|
||||
"register": {
|
||||
"title": "انشئ حسابا"
|
||||
"title": "انشئ حسابا"
|
||||
},
|
||||
"auth": {
|
||||
"error": {}
|
||||
|
|
|
@ -15,34 +15,34 @@
|
|||
},
|
||||
"history": {
|
||||
"error": {
|
||||
"getHistory": {
|
||||
"title": "Load History Error",
|
||||
"text": "While trying to load the history form the server an error occurred"
|
||||
},
|
||||
"deleteHistory": {
|
||||
"title": "Delete History Error",
|
||||
"text": "While trying to delete the history on the server an error occurred"
|
||||
},
|
||||
"setHistory": {
|
||||
"title": "Upload History Error",
|
||||
"text": "While trying to upload the history to the server an error occurred"
|
||||
},
|
||||
"deleteNote": {
|
||||
"title": "Delete Note Error",
|
||||
"text": "While trying to delete a note on the server an error occurred"
|
||||
},
|
||||
"updateEntry": {
|
||||
"title": "Update History Entry Error",
|
||||
"text": "While trying to update a history entry on the server an error occurred"
|
||||
},
|
||||
"deleteEntry": {
|
||||
"title": "Delete History Entry Error",
|
||||
"text": "While trying to delete a history entry on the server an error occurred"
|
||||
},
|
||||
"notFoundEntry": {
|
||||
"title": "History Entry not found",
|
||||
"text": "We can't find the history entry you requested."
|
||||
}
|
||||
"getHistory": {
|
||||
"title": "Load History Error",
|
||||
"text": "While trying to load the history form the server an error occurred"
|
||||
},
|
||||
"deleteHistory": {
|
||||
"title": "Delete History Error",
|
||||
"text": "While trying to delete the history on the server an error occurred"
|
||||
},
|
||||
"setHistory": {
|
||||
"title": "Upload History Error",
|
||||
"text": "While trying to upload the history to the server an error occurred"
|
||||
},
|
||||
"deleteNote": {
|
||||
"title": "Delete Note Error",
|
||||
"text": "While trying to delete a note on the server an error occurred"
|
||||
},
|
||||
"updateEntry": {
|
||||
"title": "Update History Entry Error",
|
||||
"text": "While trying to update a history entry on the server an error occurred"
|
||||
},
|
||||
"deleteEntry": {
|
||||
"title": "Delete History Entry Error",
|
||||
"text": "While trying to delete a history entry on the server an error occurred"
|
||||
},
|
||||
"notFoundEntry": {
|
||||
"title": "History Entry not found",
|
||||
"text": "We can't find the history entry you requested."
|
||||
}
|
||||
},
|
||||
"noHistory": "No history",
|
||||
"localHistory": "Below is history from this browser",
|
||||
|
@ -313,7 +313,7 @@
|
|||
"clickToLoad": "Click to load"
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"common": {
|
||||
"import": "Import",
|
||||
"export": "Export",
|
||||
"refresh": "Refresh",
|
||||
|
|
|
@ -182,7 +182,7 @@
|
|||
"signIn": "Entrar",
|
||||
"signOut": "Sair",
|
||||
"register": {
|
||||
"title": "Register"
|
||||
"title": "Register"
|
||||
},
|
||||
"auth": {
|
||||
"error": {}
|
||||
|
|
Loading…
Reference in a new issue