Skip to content

Commit 76fed8c

Browse files
author
KENICHI HOSHI
committed
オプションの説明を追加
1 parent 57a648a commit 76fed8c

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

Readme.ja.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,25 @@ Settings
6060
```json
6161
{
6262
"uf_tab_size": 4,
63-
"uf_translate_tabs_to_spaces": false
63+
"uf_translate_tabs_to_spaces": true,
64+
"uf_uppercase": true,
65+
"uf_comment_syntax": "uroboroSQL", // "uroboroSQL" or "doma2"
66+
"uf_escapesequence_u005c": false,
6467
}
6568
```
6669

6770
- uf_tab_size
6871
- フォーマット後のインデントのタブサイズを指定します。4つを推奨します。
6972
- uf_translate_tabs_to_spaces
7073
- フォーマット後のインデントをタブにするかスペースにするかを指定します。trueにすることでスペースになります。
74+
- uf_uppercase
75+
- 予約語と識別子を大文字に変換する場合はtrueを指定します。
76+
- uf_comment_syntax
77+
- コメントのシンタックス形式を指定します。
78+
- 「uroboroSQL」または「doma2」の指定が可能です。
79+
- 通常のSQLの場合は、どちらを指定してもかまいません。
80+
- uf_escapesequence_u005c
81+
- SQL内でエスケープシーケンスをバックスラッシュで指定している場合にtrueを指定します。
7182

7283
License
7384
-------
@@ -76,4 +87,4 @@ License
7687

7788
---
7889

79-
Copyright 2016 by Future Corporation.
90+
Copyright 2016-2017 by Future Corporation.

Readme.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,25 @@ Settings
5858
```json
5959
{
6060
"uf_tab_size": 4,
61-
"uf_translate_tabs_to_spaces": false
61+
"uf_translate_tabs_to_spaces": true,
62+
"uf_uppercase": true,
63+
"uf_comment_syntax": "uroboroSQL", // "uroboroSQL" or "doma2"
64+
"uf_escapesequence_u005c": false,
6265
}
6366
```
6467

6568
- uf_tab_size
6669
- Specify the tab size of the indent after formatting. We recommend 4.
6770
- uf_translate_tabs_to_spaces
6871
- Specify whether the indent after formatting is tab or space. It becomes a space by setting it to true.
72+
- uf_uppercase
73+
- If you want to convert a reserved word and identifier to uppercase specifies true.
74+
- uf_comment_syntax
75+
- It specifies the comment syntax format.
76+
- You can specify the "uroboroSQL" or "doma2".
77+
- In the case of normal SQL, you can specify either.
78+
- uf_escapesequence_u005c
79+
- If you have specified the escape sequence with a backslash in the SQL to specify the true.
6980

7081
License
7182
-------
@@ -74,4 +85,4 @@ License
7485

7586
---
7687

77-
Copyright 2016 by Future Corporation.
88+
Copyright 2016-2017 by Future Corporation.

0 commit comments

Comments
 (0)