···11+# Copyright 2025 Shota FUJI <pockawoooh@gmail.com>
22+# SPDX-License-Identifier: MIT
33+44+# Do not use `.editorconfig` file outside this project.
55+root = true
66+77+[*]
88+charset = utf-8
99+end_of_line = lf
1010+insert_final_newline = true
1111+trim_trailing_whitespace = true
1212+indent_style = tab
1313+1414+[{*.html,*.css,readme}]
1515+indent_style = space
1616+indent_size = 2
1717+1818+# YAML does not support tab indentation
1919+[*.{yaml,yml}]
2020+indent_style = space
2121+indent_size = 2
2222+2323+# Nix does not like tab indentation
2424+# https://github.com/NixOS/nix/issues/3759
2525+[*.nix]
2626+indent_style = space
2727+indent_size = 2
+1
license
···11The MIT License (MIT)
2233Copyright (c) Anirudh Oppiliappan <x@icyphox.sh>
44+Copyright 2025 Shota FUJI <pockawoooh@gmail.com>
4556Permission is hereby granted, free of charge, to any person obtaining a
67copy of this software and associated documentation files (the