From 9564dbe25d9b166f8e5624005daf025bc6577767 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Tue, 27 Jun 2017 12:03:52 -0400 Subject: [PATCH] returned the auto indent standards to default --- 4coder_auto_indent.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/4coder_auto_indent.cpp b/4coder_auto_indent.cpp index bdfb5000..478ce19e 100644 --- a/4coder_auto_indent.cpp +++ b/4coder_auto_indent.cpp @@ -15,9 +15,6 @@ TYPE: 'drop-in-command-pack' #include "4coder_lib/4coder_mem.h" #include "4coder_default_framework.h" -#define DEFAULT_INDENT_FLAGS AutoIndent_ClearLine -#define DEF_TAB_WIDTH 2 - #if !defined(DEFAULT_INDENT_FLAGS) # define DEFAULT_INDENT_FLAGS 0 #endif