【问题标题】:Kate Indenting Randomly凯特随机缩进
【发布时间】:2019-01-23 20:56:27
【问题描述】:

编码时,如果我在缩进后输入内容,它会缩进代码。

示例:

x = true
if x:
    print('thing')
print('thing 2')

会变成

x = true
if x:
    print('thing')
    print('thing 2')

这非常烦人,我想知道如何禁用它?

【问题讨论】:

    标签: indentation auto-indent kate


    【解决方案1】:

    这里是 Kate 开发人员:Kate 有Indenters 的概念。您可以在菜单Tools > Indentation 中找到它们,然后选择一些特定的压头。您也可以选择 None 以完全没有缩进,如果这是您要查找的内容。

    【讨论】:

      猜你喜欢
      • 2019-01-30
      • 1970-01-01
      • 1970-01-01
      • 2022-01-19
      • 2023-03-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多