-
Notifications
You must be signed in to change notification settings - Fork 1
/
dot_ackrc
54 lines (45 loc) · 1.5 KB
/
dot_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
50
51
52
53
54
##############################################################
# Searching:
##############################################################
# only case sensitive search if input is mixed case
--smart-case
##############################################################
# File presentation:
##############################################################
# Print filename heading above each files results, and break between files
--group
# Enable color output
--color
# Filename in output is red
--color-filename=red
# Line number in output is white
--color-lineno=white
##############################################################
# File finding:
##############################################################
# Sort found files lexically
--sort-files
##############################################################
# File finding:
##############################################################
# Ignore folders with generated source code
--ignore-dir=src_managed
##############################################################
# File type specifications:
##############################################################
--type-add=csv:ext:csv,tsv
--type-add=fbmake:is:TARGETS
--type-add=gettext:ext:pot,po
--type-add=html:ext:shtml,xhtml,tpl,vm
--type-add=haml:ext:haml
--type-add=plaintext:ext:md,mdown,markdown,textile,rst,txt
--type-add=puppet:ext:pp
--type-add=ruby:ext:thor
--type-add=scala:ext:sbt
--type-add=thrift:ext:thrift
# By default don't search html, css, javascript, etc
--nocsv
--nogettext
--nohtml
--nocss
--nojs