Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
console
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
console
Commits
20676c71
Commit
20676c71
authored
Aug 19, 2021
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
editorconf and prettier
parent
5e90acd3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
27 deletions
+4
-27
.editorconfig
.editorconfig
+4
-7
.prettierrc
.prettierrc
+0
-0
console-web/.editorconfig
console-web/.editorconfig
+0
-16
console-web/.prettierrc
console-web/.prettierrc
+0
-4
No files found.
.editorconfig
View file @
20676c71
#
http
://editorconfig.org
#
Editor configuration, see https
://editorconfig.org
root = true
root = true
[*]
[*]
...
@@ -8,12 +8,9 @@ indent_size = 2
...
@@ -8,12 +8,9 @@ indent_size = 2
insert_final_newline = true
insert_final_newline = true
trim_trailing_whitespace = true
trim_trailing_whitespace = true
[*.ts]
quote_type = single
[*.md]
[*.md]
max_line_length =
0
max_line_length =
off
trim_trailing_whitespace = false
trim_trailing_whitespace = false
# Indentation override
#[lib/**.js]
#[{package.json,.travis.yml}]
#[**/**.js]
\ No newline at end of file
console-api/
.prettierrc
→
.prettierrc
View file @
20676c71
File moved
console-web/.editorconfig
deleted
100644 → 0
View file @
5e90acd3
# Editor configuration, see https://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.ts]
quote_type = single
[*.md]
max_line_length = off
trim_trailing_whitespace = false
console-web/.prettierrc
deleted
100644 → 0
View file @
5e90acd3
{
"singleQuote": true,
"printWidth": 140
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment