-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathackrc
More file actions
40 lines (30 loc) · 805 Bytes
/
ackrc
File metadata and controls
40 lines (30 loc) · 805 Bytes
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
# Ignore common non-source dirs
--ignore-dir=bin
--ignore-dir=node_modules
--ignore-dir=vendor
--ignore-dir=app-components
--ignore-dir=tmp
--ignore-dir=pynsist_pkgs
--ignore-dir=match:build*
--ignore-dir=.env
# ignore ctags files
--ignore-file=is:tags
# Add type for powershell files
--type-set=ps:ext:ps1,psm1,psd1
# Add type for qml files
--type-set=qml:ext:qml
# Add type for godot script files
--type-set=gd:ext:gd
# Add type for godot scene files
--type-set=tscn:ext:tscn
# Update python type to include pyw files and wscript files
--type-add=python:ext:pyw
--type-add=python:is:wscript
# Update js type to include jsx files
--type-add=js:ext:jsx
# Add type for bitbake files
--type-set=bb:ext:bb,bbclass,bbappend,conf
# Use less as pager
--pager=less -FX
# Always sort files
--sort-files