Cleared 4m ago · clice-io/clice #224 · C++ · ★ 1.3k · Apache-2.0

feat(config): support the rules option in clice.toml

clice uses [[rules]] to set options for specific files. Currently, you only need to consider supporting three options: pattern = "" | [], type string | vector<string>. This determines whether a file matches based on the glob pattern(s) provided. The glob pattern functionality is…

What we checked

Similar unclaimed issues