liuxunorg commented on a change in pull request #3271: [ZEPPELIN-3919] 
Paragraph config default value can be customized
URL: https://github.com/apache/zeppelin/pull/3271#discussion_r243930028
 
 

 ##########
 File path: docs/development/writing_zeppelin_interpreter.md
 ##########
 @@ -118,6 +118,12 @@ Here is an example of `interpreter-setting.json` on your 
own interpreter.
       "language": "your-syntax-highlight-language",
       "editOnDblClick": false,
       "completionKey": "TAB"
+    },
+    "config": {
+      "fontSize": 9,
+      "colWidth": 12,
 
 Review comment:
   Ok, I will remove it first, If need it later, can add it again.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to