diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2024-07-31 23:52:54 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2024-07-31 23:52:54 +0900 |
commit | 8f4c9ccbabae121a058a8e5323d1a48bbfb25c0c (patch) | |
tree | 75a0a758ead635eda6c1df2526a021011ed6bbb2 | |
parent | cc394fd61b94159b546988624087b5df4bf3fc0b (diff) |
tsfmt.json を追加
-rw-r--r-- | tsfmt.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tsfmt.json b/tsfmt.json new file mode 100644 index 0000000..5669c9f --- /dev/null +++ b/tsfmt.json @@ -0,0 +1,5 @@ +{ + "tabSize": 2, + "indentSize": 2, + "convertTabsToSpaces": true +} |