-
The [PEP 8: Programming Recommendations] (http://legacy.python.org/dev/peps/pep-0008/#programming-recommendations) mentions trailing whitespaces on a line only in context of split strings:
```
Don't…
-
The prompt I have in a file includes the line:
`cloak{ with a hood|}`
but the first option always collapses the leading whitespace to:
> cloakwith a hood
I've confirmed this doesn't happen…
-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
Hu…
-
Unable to execute command
![Screenshot 2020-04-17 at 3.17.25 PM.png](https://raw.githubusercontent.com/Cherweijie/pe/master/files/b31e5abd-8318-4741-9a98-b3291c429731.png)
![Screenshot 2020-04-17 at…
-
Some of the current code (eg. telem1.lua, at least) has quite a lot of trailing whitespace even in empty lines. Default git editor atom strips superfluous whitespace by default so editing files in at…
fnoop updated
9 years ago
-
There should be built-in options for trimming trailing whitespace and ensuring a newline at EOF.
-
I executed the following code:
```
if not bigip.tm.ltm.pools.pool.exists(name=poola_name, partition='Common'):
bigip.tm.ltm.pools.pool.create(name=poola_name, partition='Common')
```
I ha…
-
How to disable deleting white spaces whithout pre tag after fromHtml() function ?
Or just disable styling of pre tag?
1. Writing some text and a lot of break lines
![image](https://user-image…
-
The [PEP 8: Programming Recommendations] (http://legacy.python.org/dev/peps/pep-0008/#programming-recommendations) mentions trailing whitespaces on a line only in context of split strings:
```
Don't…
-
I have a couple of places in HTML where I want to prevent any extra whitespace in the generated output:
* When generating multiple inline or inline-block elements that shouldn't have gaps created …