branch: elpa/kotlin-mode
commit ab610996820b5cbdb032edbf8747661131603ab8
Author: gh <[email protected]>
Commit: gh <[email protected]>

    use 4 for defualt tab width
---
 kotlin-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kotlin-mode.el b/kotlin-mode.el
index adf5cc5497..bc331cefc4 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -37,7 +37,7 @@
   "A Kotlin major mode."
   :group 'languages)
 
-(defcustom kotlin-tab-width tab-width
+(defcustom kotlin-tab-width 4
   "The tab width to use for indentation."
   :type 'integer
   :group 'kotlin-mode

Reply via email to