Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.7 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.7 KB

Diamond Dust

Diamond dust is a ground-level cloud composed of tiny ice crystals. This meteorological phenomenon is also referred to simply as ice crystals and is reported in the METAR code as IC.

-- Wikipedia contributors. (2019, September 18). Diamond dust. In Wikipedia, The Free Encyclopedia. Retrieved 17:14, October 19, 2019.

Table of Contents

Build Status

Build Status

Contribute

Please file any issues and feature requests here or directly start coding using the legendary Gitpod.

Open in Gitpod

User Preferences

{
{
    "extensions.showBuiltin": false,
    "editor.autoSave": "on",
    "plantuml.server": "https://www.plantuml.com/plantuml",
    "plantuml.render": "PlantUMLServer",
    "systemverilog.compileOnSave": true,
    "systemverilog.launchConfiguration": "verilator --lint-only +1364-2005ext+v -Wall --Wno-BLKSEQ --relative-includes -I/workspace/DiamondDust/utilities/verilatorLintShare",
    "systemverilog.forceFastIndexing": true,
    "verilog-formatter.istyle.path": "iStyle",
    "verilog-formatter.istyle.style": "K&R",
    "verilog-formatter.istyle.args": "--pad=all",
    "editor.formatOnSave": true,
}