felipemanga/ProjectABE

ACE editor's tabstop doesn't match the example file's

Artoria2e5 opened this issue · 1 comments

ProjABE's example hello world uses a 2-space tabstop, while ACE editor uses 4. Use editor.session.setOptions({ tabSize: 2 }) to make it consistent.

Thanks!