h a l f b a k e r yFutility is persistent.
add, search, annotate, link, view, overview, recent, by name, random
news, help, about, links, report a problem
browse anonymously,
or get an account
and write.
register,
|
|
|
Have a standard filename that all editors would read.
At the very minimum, it checks on if all the files should be
in
windows/linux newline type. And also it checks if tabs
means
4 spaces or the tab character.
Each file is scoped to its folder and any folders under it.
editor config
http://editorconfig.org/ [mofosyne, Jul 07 2016]
some haiku
http://jti.lib.virg...n/BeiShik.utf8.html [Voice, Jul 09 2016]
[link]
|
|
//Have a standard filename that all editors would
read.// |
|
|
Also, how about a snappier idea name, with the
parenthetical comment in the subtitle? |
|
|
Hey, I happen to like my indents, when writing a computer
program, to be 2 spaces, not 4. |
|
|
MaxwellBuchanan, Jul 07 2016 |
|
|
Good idea, edited. Also I wonder if editor config has baked
this |
|
|
As do I*. The solution is to never, ever use tabs and use an editor that's line-ending agnostic. |
|
|
( * Except when writing assembly, where massive indents with one instruction per line is traditional.) |
|
|
This idea is illegible, and not because of any syntactic difficulty but out of laziness. [-] |
|
|
This idea is written like a haiku. |
|
|
There should be seperate rules for English language haikus. In Japanese the number of syllables is an important. |
|
|
The tree cut
down breaks early
at my little window
|
|
|
is a beautiful example of a haiku embracing this limitation. In English it only takes 3,3,6 syllables |
|
|
Looking down I see
cool in the moonlight
4000 houses
|
|
|
For an English poem to be so restricted I think it should have a format of 4,5,4 syllables. This strips the language to its essentials. |
|
|
an angry sun
without a warning
breaks through curtains
|
|
|
Only by changing the format can this poem be forced into baring the essentials. It seems not at first but the longer version has superfluous words. |
|
|
Due to its anger
The sun snaps through my window,
a programmer's bane.
|
|
|
That last line must not be spoken, or the spirit of haiku is missed. I think the recipe for a haiku requires a large portion of Zen-like asceticism. A less restrictive recipe makes a completely different kind of dessert. |
|
|
Those who demand 5,7,5 haikus in English are supporting the rule at total expense of its spirit. |
|
|
I just reread the last line of the idea after reading the
annotations, and realized what it is. |
|
|
It's not "text editor looks at the name of the file you open
for clues as to how to interpret and format it." |
|
|
It's "you can put a file with a specific name (such as
FORMAT.txt) in any folder, and the text editor reads the
formatting rules you've defined in that file when you open
any other file in the same folder or a subfolder that
doesn't have its own formatting rules file." |
|
|
I guess it would be kinda like .gitignore and similar rule
files. You know, it's probably already implemented. |
|
|
Edit: *checks first link* There you go. |
|
| |