indent_tab Switch the indentation style between tabs and spaces. Options true (default): Indent with tabs. false : Indent with spaces. Example before: SELECT * FROM STUDENTS result: SELECT * FROM STUDENTS