This plugin formats the above block of code like this:
| my fixture |
| user clicks | this |
| sees that |
whereas the Fitnesse project's browser-based editor formats the same block of code like this:
|my fixture |
|user clicks|this|
|sees that |
The difference is in the whitespace padding. This plugin has padding whereas the Fitnesse project's formatter does not include padding.
In our team, we have some folks using this plugin and some using the Fitnesse browser based editor. This leads to commits/merges where nothing changes other than whitespace formatting.
Given a wiki block like this:
This plugin formats the above block of code like this:
whereas the Fitnesse project's browser-based editor formats the same block of code like this:
The difference is in the whitespace padding. This plugin has padding whereas the Fitnesse project's formatter does not include padding.
In our team, we have some folks using this plugin and some using the Fitnesse browser based editor. This leads to commits/merges where nothing changes other than whitespace formatting.
Can this whitespace padding me made configurable?