-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ackrc
49 lines (49 loc) · 1.13 KB
/
.ackrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
--type-set=javascript=.js,.jsx
--type-set=typescript=.ts,.tsx
--type-set=tsdef:match:/.+\.d\.ts/
--type-set=tsd:match:/.+\.d\.ts/
--type-set=graphql=.graphql,.gql
--type-set=swift=.swift
--type=javascript
--type=typescript
--type=python
--type-add=python:ext:py
--type-add=json:ext:json5
--type-add=js:ext:cjs,mjs
--type-add=css=scss
--type-add=rust:ext:rs
--type-add=nix:ext:nix
--type-add=kotlin:ext:rs,kt,kts
--type-add=terraform:ext:tf,tfplan,tfstate
--type-add=lua:ext:lua
--type-add=julia:ext:jl
--type-add=go:ext:go,mod
--type-add=elixir:ext:ex,exs
--type-add=erlang:ext:erl,hrl
--type-add=crystal:ext:cr
--type-add=zig:ext:zig
--type-add=r:ext:r
--type-add=verilog:ext:v,vh,sv
--type-add=vhdl:ext:vhd,vhdl
--type-add=yaml:ext:yaml,yml
--type-add=cmake:is:CMakeLists.txt
--type-add=cmake:ext:cmake
--ignore-dir=dist
--ignore-dir=build
--ignore-dir=doc
--ignore-dir=coverage
--ignore-dir=node_modules
--ignore-dir=.cache
--ignore-file=is:package-lock.json
--ignore-file=match:*.lock$
--ignore-file=match:.log
--sort-files
--color
--color-filename=bold red
--color-match=bold yellow
--follow
--group
--context=3
--page=less -ixq4RSFX
--smart-case
--flush