Suraj Bokey
09/13/2019, 10:09 AMtapchicoma
09/13/2019, 11:02 AM.editorconfig
content?Suraj Bokey
09/13/2019, 11:03 AMtapchicoma
09/13/2019, 11:05 AMindent_size: a whole number defining the number of columns used for each indentation level and the width of soft tabs (when supported). When set to "tab", the value of tab_width (if specified) will be used.You need to use
indent_size=2
instead of tab_width
Suraj Bokey
09/13/2019, 11:06 AMclass MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
}
}
Suraj Bokey
09/13/2019, 11:06 AMSuraj Bokey
09/13/2019, 11:07 AMtapchicoma
09/13/2019, 11:11 AMSuraj Bokey
09/13/2019, 11:12 AMtapchicoma
09/13/2019, 11:27 AMSuraj Bokey
09/13/2019, 11:27 AM