Which is why it was just an obligatory comment from pedantic me. Just a light correction.
fushuan
See, you added the CSS part, that was not part of the original comment.
You write as if you manually format stuff, auto formatters are a thing since ages ago that conform to stablished coding styles. Take up on stablished coding styles if you are against something as basic as lining up stuff to function names.
At this point I see that our viewpoints are way too different and that your viewpoint is quite disconnected from the coding world in general so, you do you, have a good day.
Yeah, okay. Tell that to every code editor's defaults and every open source projects source code that I have read.
Encountering tab indented files is like encountering ANSI encoded files or /r/n newline'd files. It's not how it should be done. Sorry.
Spaces are there to ensure that everyone sees the same, tabs have issues with internal indentation of function declaration and the sort. Yeah it indents like correctly, but then you do need spaces to indent vertically called functions correctly and it always ends up being a cluster fuck. Spaces are a standard for a reason.
Obligatory "Hyper Text Markup Language is a markup language, not a programming language"
Same could be said about people that ~~don't~~ think that indentation is not important for readability. Both are important, but if you really care about it defining an auto formatter and customising it for whatever consensus the team has is the only way to operate anyway.
Who TF codes with tabs? All the editors I know input spaces when pressing tab anyway.
I would not have fun in any language if someone inputted actual tabs and their tab size was different from mine. Chances are my linter would have told me, regardless of language used!
I have worked with OS projects in C and not even those were tab formatted.
That sound like a you problem really, detecting this is quite simple because any editor worth their salt will literally lint you an issue saying that tabs and spaces are mixed and the thing literally won't be interpreted. If your editor can't show white spaces, chances are you are one google question away from discovering that it actually can do that easily.
The more I code the less I mind the tool and the more I hate the ones using it wrong.
Yeah, it's bizarre reading people say they want physical games because if it's not physical steam might remove it. Bro just download it and don't delete it from your device, steam is offering a re-download service but nothing is stopping users from just downloading the game and keeping it in their disks.
My camera is the a6400, and it has an option to manually set the focus, I believe that it's the PRO mode, where you can customise the exposure time with a number and the focus with the lens thingy.
You maybe did not set things correctly, but if that's the camera you have try tweaking the options so that you can set things like focus and exposure time manually. I mean, it's the sky, you don't need fast or dynamic focus or anything like that, all you need is a tripod and to point the camera up.
For sky photos I would set the focus as far as it lets you. Sadly, you will never be able to correctly focus stars because their focal point is just way too far, so manually setting is a far as the camera lets you should suffice.
Here's a guide to take sky photos with your camera model, but should work with any decent one: https://realisticwanderlust.com/2018/10/16/photographing-the-milky-way/
For images of objects that distant, you need to manually focus into infinity to get good results. Check of your camera app has a "pro" Mode where it lets you adjust that manually. Also, manually increasing the exposition rate helps to get starriers skies, but you need good pulse.
My bad, I deleted part of the comment to rewrite it and forgot part of the original. And as you probably guessed I meant for it to be a single negative.
Good thing this is a casual forum and not a work environment where I would reread my code with care haha. There's a reason linters exist in code editors, it's for people like me.