File tree 2 files changed +26
-4
lines changed
2 files changed +26
-4
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,25 @@ Settings
60
60
``` json
61
61
{
62
62
"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 ,
64
67
}
65
68
```
66
69
67
70
- uf_tab_size
68
71
- フォーマット後のインデントのタブサイズを指定します。4つを推奨します。
69
72
- uf_translate_tabs_to_spaces
70
73
- フォーマット後のインデントをタブにするかスペースにするかを指定します。trueにすることでスペースになります。
74
+ - uf_uppercase
75
+ - 予約語と識別子を大文字に変換する場合はtrueを指定します。
76
+ - uf_comment_syntax
77
+ - コメントのシンタックス形式を指定します。
78
+ - 「uroboroSQL」または「doma2」の指定が可能です。
79
+ - 通常のSQLの場合は、どちらを指定してもかまいません。
80
+ - uf_escapesequence_u005c
81
+ - SQL内でエスケープシーケンスをバックスラッシュで指定している場合にtrueを指定します。
71
82
72
83
License
73
84
-------
@@ -76,4 +87,4 @@ License
76
87
77
88
---
78
89
79
- Copyright 2016 by Future Corporation.
90
+ Copyright 2016-2017 by Future Corporation.
Original file line number Diff line number Diff line change @@ -58,14 +58,25 @@ Settings
58
58
``` json
59
59
{
60
60
"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 ,
62
65
}
63
66
```
64
67
65
68
- uf_tab_size
66
69
- Specify the tab size of the indent after formatting. We recommend 4.
67
70
- uf_translate_tabs_to_spaces
68
71
- 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.
69
80
70
81
License
71
82
-------
@@ -74,4 +85,4 @@ License
74
85
75
86
---
76
87
77
- Copyright 2016 by Future Corporation.
88
+ Copyright 2016-2017 by Future Corporation.
You can’t perform that action at this time.
0 commit comments