`app.vault.setConfig(key, value)`で変更できる。 ```ts // 例: エディタの横幅を読みやすくする設定をoffにする app.vault.setConfig("readableLineLength", false) ```