enkimute / ganja.js

:triangular_ruler: Javascript Geometric Algebra Generator for Javascript, c++, c#, rust, python. (with operator overloading and algebraic literals) -
MIT License
1.52k stars 107 forks source link

Ace editor 1 tab = 4 spaces #102

Closed kungfooman closed 3 years ago

kungfooman commented 3 years ago

By default Ace makes 4 spaces per tab, while the examples use 2, so I am doing this now:

editor.session.setOptions({
        tabSize: 2,
        useSoftTabs: true
      })