tranleduy2000 / pascalnide

Pascal Compiler for Android
92 stars 25 forks source link

[Editor] Set default indent to 2 spaces #15

Closed pakLebah closed 7 years ago

pakLebah commented 7 years ago

Due to smartphone screen size limit, I suggest the app to set editor's default indentation to 2 spaces. Apply it to the code formatter/beautifier as well. Pascal is a verbose language, 2 spaces indentation is clear enough. And please don't use tabs for indentation because it's not portable for copy-and-paste operation across apps/editors.

tranleduy2000 commented 7 years ago

2 space has default in v4.0.3 https://github.com/tranleduy2000/pascalnide/releases/tag/v4.0.3