lib/config/setting.json in ruby_uml_class-0.2.0 vs lib/config/setting.json in ruby_uml_class-0.3.0
- old
+ new
@@ -1,19 +1,19 @@
-{
- "version": 0.1,
- "setting_list": [
- {
- "name": "plantuml",
- "value": "plantuml -svg --charset UTF-8",
- "type": "input",
- "select": "",
- "description": "PlantUMLコマンド"
- },
- {
- "name": "editor",
- "value": "code",
- "type": "input",
- "select": "",
- "description": "UMLを開くエディタ"
- }
- ]
-}
+{
+ "version": 0.1,
+ "setting_list": [
+ {
+ "name": "plantuml",
+ "value": "plantuml -svg --charset UTF-8",
+ "type": "input",
+ "select": "",
+ "description": "PlantUMLコマンド"
+ },
+ {
+ "name": "editor",
+ "value": "code",
+ "type": "input",
+ "select": "",
+ "description": "UMLを開くエディタ"
+ }
+ ]
+}