Skip to content

Instantly share code, notes, and snippets.

newlines = crlf # auto/lf/crlf/cr
input_tab_size = 4 # The original size of tabs in the input
output_tab_size = 4 # The size of tabs in the output (only used if align_with_tabs=true)
tok_split_gte = false # Allow interpreting '>=' and '>>=' as part of a template in 'void f(list<list<B>>=val);'.If true (default), 'assert(x<0 && y>=3)' will be broken.
utf8_force = true # Force the output encoding to UTF-8
string_escape_char = 92 # The ASCII value of the string escape char, usually 92 (\) or 94 (^). (Pawn)
#string_escape_char2 = 0 # Alternate string escape char for Pawn. Only works right before the qu
# Uncrustify 0.62
newlines = crlf
input_tab_size = 4
output_tab_size = 4
string_escape_char = 92
string_escape_char2 = 0
string_replace_tab_chars = true
tok_split_gte = false
disable_processing_cmt = ""
enable_processing_cmt = ""
# Uncrustify 0.62
newlines = crlf
input_tab_size = 4
output_tab_size = 4
string_escape_char = 92
string_escape_char2 = 0
string_replace_tab_chars = true
tok_split_gte = false
disable_processing_cmt = ""
enable_processing_cmt = ""
# Uncrustify 0.62
newlines = crlf
input_tab_size = 4
output_tab_size = 4
string_escape_char = 92
string_escape_char2 = 0
string_replace_tab_chars = true
tok_split_gte = false
disable_processing_cmt = ""
enable_processing_cmt = ""
@CDanU
CDanU / de.elab.exp0.box
Created September 10, 2016 21:32
tesseract_bug_boxfile
/ 9 7395 117 7594 0
/ 138 7393 251 7594 0
/ 271 7394 389 7594 0
/ 415 7395 519 7593 0
/ 543 7399 660 7589 0
/ 680 7395 790 7592 0
/ 810 7391 923 7594 0
/ 943 7396 1051 7592 0
/ 1074 7400 1184 7594 0
/ 1204 7397 1313 7590 0
./
./.vs
./.vs/tesseract
./.vs/tesseract/v14
./.vs/tesseract/v14/.suo
./ALL_BUILD.vcxproj
./ALL_BUILD.vcxproj.filters
./bin
./bin/Release
./bin/Release/tesseract305.dll
#include <iostream>
using namespace std;
class unc_text
{
public:
const char *c_str()
{
return("test");
diff -U 3 -H -b -w -B -E -d -t -r -N -- uncrustify/tests/results_cmake/c/02501-custom_types_ssl.c uncrustify/tests/results_run_tests/c/02501-custom_types_ssl.c
--- uncrustify/tests/results_cmake/c/02501-custom_types_ssl.c 1970-01-01 01:00:00.000000000 +0100
+++ uncrustify/tests/results_run_tests/c/02501-custom_types_ssl.c 2016-12-08 14:52:43.936677608 +0100
@@ -0,0 +1,137 @@
+#ifndef HEADER_CONF_H
+#define HEADER_CONF_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif /* ifdef __cplusplus */
# Uncrustify 0.63_d
input_tab_size = 4
output_tab_size = 4
utf8_force = true
indent_columns = 4
indent_with_tabs = 0
indent_namespace = true
indent_namespace_level = 4
indent_extern = true
indent_class = true
# Uncrustify 0.63_d
input_tab_size = 4
output_tab_size = 4
utf8_force = true
indent_columns = 4
indent_with_tabs = 0
indent_namespace = true
indent_namespace_level = 4
indent_extern = true
indent_class = true