Commit 20676c71 authored by 神楽坂玲奈's avatar 神楽坂玲奈

editorconf and prettier

parent 5e90acd3
# 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
# 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
{
"singleQuote": true,
"printWidth": 140
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment