summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2014-05-21 01:06:26 -0400
committerHarel Ben-Attia <harelba@gmail.com>2014-05-21 01:06:26 -0400
commit9af2e3c8570f28a6c7329717b4448568906480a2 (patch)
treed430e21c9a230e5a57e8e7ee30fd097223e7861f /bin
parente8bcd280d9d3c7e533a0b2741fe8992bac3b8f5f (diff)
Moved .qrc file to proper place after folder restructuring
Diffstat (limited to 'bin')
-rw-r--r--bin/.qrc25
1 files changed, 25 insertions, 0 deletions
diff --git a/bin/.qrc b/bin/.qrc
new file mode 100644
index 0000000..513452c
--- /dev/null
+++ b/bin/.qrc
@@ -0,0 +1,25 @@
+#
+# q options ini file. Put either in your home folder as .qrc or in the working directory
+# (both will be merged in that order)
+#
+# All options should reside in an [options] section
+#
+# Available options:
+# * delimiter - escaped string (e.g. use \t for tab or \x20 for space)
+# * outputdelimiter - escaped string (e.g. use \t for tab or \x20 for space)
+# * gzipped - boolean True or False
+# * beautify - boolean True or False
+# * header_skip - integer number of lines to skip at the beginning of the file
+# * formatting - regular string - post-query formatting - see docs for details
+# * encoding - regular string - required encoding.
+#
+# All options have a matching command line option. See --help for details on defaults
+
+[options]
+#delimiter: \t
+#output_delimiter: \t
+#gzipped: False
+#beautify: True
+#skip_header: False
+#formatting: 1=%4.3f,2=%4.3f
+#encoding: UTF-8