co-dan / interactive-diagrams

Interactive-diagrams
39 stars 2 forks source link

Code editor should not allow TABs in the source code #17

Open co-dan opened 10 years ago

co-dan commented 10 years ago

Currently the code editor (CodeMirror) does not replace tabs with spaces in the source code. We can try replacing the tabs (or not allowing them) during the code editing stage (with JS) or in the backend.