* General minor
Code formatting and minor typo/document fixes.
* Update Marker.lua
Code formatting and minor typo/document fixes. Note specifically the correction of "self.tocoaliton" to "self.tocoalition".
* Update Fsm.lua
Code formatting and minor typo/documentation fixes.
* Update Goal.lua
Code formatting and minor typo/documentation fixes.
* Update Menu.lua
Code formatting and minor typo/documentation fixes.
* Update Message.lua
Code formatting and minor typo/documentation fixes.
* Update Report.lua
Code formatting and minor typo/documentation fixes.
* Update ScheduleDispatcher.lua
Code formatting and minor typo/documentation fixes.
* Update Scheduler.lua
Code formatting and minor typo/documentation fixes.
* Update Settings.lua
Code formatting and minor typo/documentation fixes.
* Update Spawn.lua
Code formatting and minor typo/documentation fixes.
* Update Beacon.lua
Code formatting and minor typo/text fixes.
* Update Database.lua
Code formatting and minor typo/text fixes.
* Update Event.lua
Code formatting and minor typo/text fixes.
* Update .lua-format
Adjust for observed coding standards.
* Update ATIS.lua
Correct measurement units and spelling (also changed in Utils.lua).
* Update Utils.lua
Format the file, fix typos, adjust minor text. Rename "celcius" to "celsius". Rename "farenheit" to "fahrenheit".
* Update Warehouse.lua
Adjust measurement unit text.
* Update STTS.lua
Adjust formatting, minor typos, and fix error in documentation (missing blank rows) introduced in previous update.
* Update Range.lua
Adjust minor typos and code formatting. Adjust for celsius/fahrenheit typo correction.
* Update PseudoATC.lua
Adjust for celsius/fahrenheit typo correction in utils.lua.
* Update Point.lua
Code formatting, fix minor typos, adjust for celsius/fahrenheit corrrection in utils.lua.
* Update Range.lua
Minor documentation fix.
* Create .lua-format
* Update Range.lua
Format code.
* Display distance in meters from bombtarget.
All other numbers, including menu lists etc. uses meters. Feet kept in parens.
* Fixed displaying of targetname when bombing.
Documentation updates for correctness and clarity.
General code formatting updates.
Ajustment to POSITIONABLE:GetCoord to make use of existing POINT:UpdateFromVec3.
Added comments about clarifying the difference between POSITIONABLE:GetCoordinate() and POSITIONABLE:GetCoord() and to perhaps consider a renaming or merging the functions with an optional flag.
Fix documentation - including typos and updates to no longer correct text.
Remove duplicated RANGE.Defaults.goodthitrange value.
DCS seems to use headings 0-359 (i.e. <360), thus also deduct 360 from an exact 360 heading.
-Add additional Airboss V/STOL carrier HMAS Canberra L02
-Add Waveoff for AV-8B
-Add Cut Pass if Land without LSO clearance
-Changes to V/STOL groove timings
-Stabilise call when over the V/STOL landing spot
-larger abeam landing spot margin to allow decelerating to stable abeam and still be cleared to land
-Abeam area now extends further aft to allow LSO clearance 45-90 as per NATOPS
-Minor document changes