Updated suggested emacs indendation configuration
The currently suggested indentation configuration for does not give the wanted indentations for newer version of proof-general.
For instance ∧
is no longer used, as it would indent statements as follows in newer versions of proof-general:
P *
Q
We now rather use ->
, which indents them in the same way across versions:
P *
Q
EDIT: Typo
Edited by Ralf Jung
Merge request reports
Activity
Filter activity
- Resolved by Ralf Jung
I am using PG but don't know this indentation configuration magic. :D
But I agree with the example in the PR, we want
P ∗ Q
That is also what we ask Coq to use for formatting. So as long as you agree with this, @robbertkrebbers, I am fine with landing the MR.
Yes, we want
P ∗ Q
instead of
P ∗ Q
So, @jihgfee can you maybe try to improve the sentence in the docs a bit, then we can merge?
added S-waiting-for-author label
added 63 commits
-
bb751786...1414d845 - 62 commits from branch
iris:master
- ffc61b83 - Updated suggested indendation configurations
-
bb751786...1414d845 - 62 commits from branch
added 1 commit
- 1bb9d3f6 - Improved indentation configuration documentation
- Resolved by Jonas Kastberg
- Resolved by Jonas Kastberg
- Resolved by Jonas Kastberg
- Resolved by Jonas Kastberg
- Resolved by Ralf Jung
Please register or sign in to reply