-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify Apple Profile Configuration Template #1033
Simplify Apple Profile Configuration Template #1033
Conversation
Will be reviewed after #976 |
@jackivanov This is ready for review |
Doesn't adding extra spaces in the template cause unnecessary spaces to be left in the generated file? |
cf680f1
to
d55a1da
Compare
@davidemyers You are right. I updated this PR to remove unnecessary spaces. |
I'm pretty sure it breaks indentation and line breaks now, although it doesn't make it unusable, but makes it unreadable. Probably you can use lstrip_blocks |
@jackivanov Your assessment is correct. I enabled lstrip_blocks. |
@faf0 Could you, please, rebase from the master? We are going to merge this in 1.1 |
7bdfdfc
to
fa9d197
Compare
@jackivanov rebased from master |
Thanks! |
* Simplify Apple Profile Configuration Template * enable lstrip_blocks * remove ldashes
Fix indentation of template statements, remove empty else-clauses, and remove blank newlines.