Skip to content

Commit

Permalink
add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed Feb 12, 2024
1 parent cf61e39 commit a36cead
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/MeCab/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
mecab/
mecab-bindings/
mecab-bindings/
!mecab-bindings/src/.editorconfig
9 changes: 9 additions & 0 deletions src/MeCab/mecab-bindings/src/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# SPDX-FileCopyrightText: 2024 smdn <[email protected]>
# SPDX-License-Identifier: MIT
#
# EditorConfig is awesome: https://EditorConfig.org

[*.cs]
generated_code = true

dotnet_diagnostic.CS8981.severity = none # CS8981 - The type name only contains lower-cased ascii characters.

0 comments on commit a36cead

Please sign in to comment.