問題タブ [editorconfig]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - editorconfig の特定のファイルのルールを無視する
特定のファイルのルールを無効にしたい。.editorconfig
次の構成で私のプロジェクトにファイルを持っています:
しかし、私のクラスでもエラーが発生します:
/home/vadimm/AndroidStudioProjects/target-list/app/src/main/java/com/mandarine/targetList/interfaces/OnBackPressListenerEEE.kt:1:1: インターフェイス OnBackPressListener は、OnBackPressListener.kt という名前のファイルで宣言する必要があります (自動修正)
私は何を間違っていますか?