Skip to main content
December 10, 2010
Question

tabs and spaces

  • December 10, 2010
  • 1 reply
  • 454 views

How do you make the editor not tab over and indent automatically ? I want to just use spaces.

This topic has been closed for replies.

1 reply

Inspiring
December 10, 2010

Why??

It's pretty much the standard approach to indentation to use tabs. Most people who come along after you and need to maintain your code are probably not going to sing your praises if you use spaces for your indentation.

However... to answer your question... go into the preferences (Window menu I think... I don't have CFB in front of me) and type "indent" into the filter box. It'll point you to the correct screen to make the setting change.

--

Adam